www.gusucode.com > PHP展示型企业网站模板米拓整站源码 1.0PHP源码程序 > PHP展示型企业网站模板米拓整站源码 1.0/MetInfozs_v1.0/MetInfozs_v1.0/admin/app/wap/flashsave.php

    <?php
# MetInfo Enterprise Content Management System 
# Copyright (C) MetInfo Co.,Ltd (http://www.metinfo.cn). All rights reserved. 
$depth='../';
require_once $depth.'../login/login_check.php';
$rurl='../app/wap/flash.php?anyid='.$anyid.'&lang='.$lang.'&module='.$module.'&cs='.$cs;
$path=($met_flash_type==2)?"flash_path":"img_path";
if($$path=='')metsave('-1',$lang_js27,$depth);
if($action=="add"){
	$module=$met_clumid_all==10002?'metinfo':$f_columnlist;
	$query = "INSERT INTO $met_flash SET
		module             = '$module',
		img_title          = '$img_title',
		img_path           = '$img_path',
		img_link           = '$img_link',
		flash_path         = '$flash_path',
		flash_back         = '$flash_back',
		no_order           = '$no_order',
		width			   = '$width',
		height			   = '$height',
		wap_ok			   = '1',
		lang               = '$lang'";
	$db->query($query);
	metsave($rurl,'',$depth);
}elseif($action=="editor"){
	$module=$met_clumid_all==10002?'metinfo':$f_columnlist;
	$query = "update {$met_flash} SET
		module             = '$module',
		img_title          = '$img_title',
		img_path           = '$img_path',
		img_link           = '$img_link',
		flash_path         = '$flash_path',
		flash_back         = '$flash_back',
		no_order           = '$no_order',
		width			   = '$width',
		height			   = '$height',
		wap_ok			   = '1',
		lang               = '$lang'
		where id='$id'";
	$db->query($query);
	metsave($rurl,'',$depth);
}
# This program is an open source system, commercial use, please consciously to purchase commercial license.
# Copyright (C) MetInfo Co., Ltd. (http://www.metinfo.cn). All rights reserved.
?>